home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-14 | 1.3 KB | 101 lines | [TEXT/MPS ] |
- #include "Types.r"
-
- resource 'CNTL' (128, purgeable) {
- {20, 20, 40, 180},
- 0,
- visible,
- 0,
- 0,
- pushButProc,
- 0,
- "Wait For A While"
- };
-
- resource 'CNTL' (129, purgeable) {
- {20, 200, 40, 360},
- 0,
- visible,
- 0,
- 0,
- pushButProc,
- 0,
- "Wait Until Mouse Click"
- };
-
- resource 'MENU' (128) {
- 128,
- textMenuProc,
- 0xFFFFFFFF,
- enabled,
- apple,
- {
- }
- };
-
- resource 'MENU' (129) {
- 129,
- textMenuProc,
- 0x5,
- enabled,
- "File",
- { /* array: 1 elements */
- "Quit", noIcon, "Q", "", plain
- }
- };
-
- resource 'MENU' (130) {
- 130,
- textMenuProc,
- 0x80,
- enabled,
- "Edit",
- { /* array: 6 elements */
- /* [1] */
- "Undo", noIcon, "Z", "", plain,
- /* [2] */
- "-", noIcon, "", "", plain,
- /* [3] */
- "Cut", noIcon, "X", "", plain,
- /* [4] */
- "Copy", noIcon, "C", "", plain,
- /* [5] */
- "Paste", noIcon, "V", "", plain,
- /* [6] */
- "Clear", noIcon, "B", "", plain
- }
- };
-
- resource 'SIZE' (-1) {
- dontSaveScreen,
- acceptSuspendResumeEvents,
- enableOptionSwitch,
- cannotBackground,
- multiFinderAware,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- reserved,
- reserved,
- reserved,
- reserved,
- reserved,
- reserved,
- reserved,
- 131072,
- 131072
- };
-
- resource 'STR ' (128, purgeable) {
- "Save Image As:"
- };
-
- resource 'WIND' (128, purgeable) {
- {0, 0, 100, 380},
- documentProc,
- invisible,
- noGoAway,
- 0x0,
- "Cursors!"
- };
-